body{margin:0 0 0 0; padding:0 0 0 0;}
/* root element for tabs  */
ul.tabs {list-style:none; margin:0 !important; padding:0; border-bottom:#009dff solid 4px; height:29px; padding-bottom:1px;}

/* single tab */
ul.tabs li {float:left; text-indent:0; padding:0; margin:0 !important; list-style-image:none !important;}

/* link inside the tab. uses a background image */
ul.tabs a {display:block; height: 29px; line-height:29px; text-align:center; text-decoration:none; }
ul.tabs a:active {outline:none;}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {}

/* initially all panes are hidden */
.panes .pane {display:none;}
.tab_content{font-size:12px;}
 .tab_content .data{font-family:Verdana; font-size:12px; color:#515151; margin:22px 0 0 0; padding-bottom:20px; float:left;}
 .tab_content .data h2{width:563px; height:55px; background:url(../images/heading-bg.png) no-repeat; font-family:calibri; font-size:19px; font-weight:normal; color:#FFFFFF; line-height:34px; padding-left:15px;}
 .tab_content .data .time-date{width:240px; height:22px; float:right; border:#FF0000 solid 0px; margin:-12px 0 0 0; color:#004774; font-family:calibri; font-size:14px;}
.tab_content .data .text{font-family:"Georgia"; font-size:12px; color:#444444; width:568px; background:none; float:left; margin-top:10px; line-height:18px;}
.tab_content .data .buttons{width:230px; height:27px; float:left; border:#000000 solid 0px; margin:20px 0 0 0;} 


.pane .rightdata{width:295px; height:auto; float:left; }
.pane .rightdata p{font-family:calibri; font-size:14px; color:#004774; margin:15px 0 0 0;}
.pane .rightdata a{font-family:calibri; font-size:14px; color:#004774;}
.pane .rightdata span{ font-size:12px; color:#999999;}

.righttab,
.righttab ul{margin:0 0 0 0;}
.righttab li{ float:left;}
.righttab a{background:url(../images/11.png) no-repeat; width:70px; height:29px; text-align:center; text-decoration:none; color:#000; padding:0px; margin:0 3px 0 0; position:relative; top:1px; font-family:candara; font-size:14px; font-weight:bold;}
.righttab a:hover{background:url(../images/11-hover.png) no-repeat; color:#FFFFFF;}
.righttab .active{background:url(../images/11-hover.png) no-repeat; color:#FFFFFF;}


.leftttab,
.leftttab ul{margin:0 0 0 0;}
.leftttab li{ float:left; padding-left:10px;}
.leftttab li a{background:url(../images/tab-bg.png) no-repeat; display:block; height: 29px; line-height:29px; width:136px; text-align:center; text-decoration:none; color:#000; padding:0px; margin:0 4px 0 0; position:relative; top:1px; font-family:candara; font-size:14px; font-weight:bold;}
.leftttab a:hover{background:url(../images/tab-bg-hover.png) no-repeat; color:#fff;}
.leftttab .active{background:url(../images/tab-bg-hover.png) no-repeat; color:#fff;
